CameraParams_const Namespace Reference

Variables

Device Type

int MV_UNKNOW_DEVICE = 0x00000000
 Unknown device type, reserved. More...
 
int MV_GIGE_DEVICE = 0x00000001
 GigE device. More...
 
int MV_1394_DEVICE = 0x00000002
 1394-a/b device. More...
 
int MV_USB_DEVICE = 0x00000004
 USB device. More...
 
int MV_CAMERALINK_DEVICE = 0x00000008
 Camera Link device. More...
 
int MV_VIR_GIGE_DEVICE = 0x00000010
 Virtual GigE device. More...
 
int MV_VIR_USB_DEVICE = 0x00000020
 Virtual USB device. More...
 
int MV_GENTL_GIGE_DEVICE = 0x00000040
 Self-developed NIC-based GigE device. More...
 
int MV_GENTL_CAMERALINK_DEVICE = 0x00000080
 Camera Link device connected to Camera Link frame grabber. More...
 
int MV_GENTL_CXP_DEVICE = 0x00000100
 CoaXPress device. More...
 
int MV_GENTL_XOF_DEVICE = 0x00000200
 XoF device. More...
 
int MV_GENTL_VIR_DEVICE = 0x00000800
 Device connected to virtual frame grabber, and it does not support device connected to virtual GEV frame grabber. More...
 
Frame Grabber Type
int MV_GIGE_INTERFACE = 0x00000001
 GigE Vision frame grabber. More...
 
int MV_CAMERALINK_INTERFACE = 0x00000004
 Camera Link frame grabber. More...
 
int MV_CXP_INTERFACE = 0x00000008
 CoaXPress frame grabber. More...
 
int MV_XOF_INTERFACE = 0x00000010
 XoFLink frame grabber. More...
 
int MV_VIR_INTERFACE = 0x00000020
 Virtual frame grabber. More...
 
int MV_LC_INTERFACE = 0x00000040
 Board type light controller. More...
 
Other Types
int INFO_MAX_BUFFER_SIZE = 64
 Maximum data information size. More...
 
int MV_MAX_TLS_NUM = 8
 Maximum number of supported transport layer instances. More...
 
int MV_MAX_DEVICE_NUM = 256
 Maximum number of supported devices. More...
 
int MV_MAX_INTERFACE_NUM = 64
 Maximum number of supported frame grabbers. More...
 
int MV_MAX_SERIAL_PORT_NUM = 64
 Maximum number of supported serial ports. More...
 
int MV_MAX_GENTL_IF_NUM = 256
 Maximum number of supported GenTL. More...
 
int MV_MAX_GENTL_DEV_NUM = 256
 Maximum number of supported GenTL devices. More...
 
Device Access Mode
int MV_ACCESS_Exclusive = 1
 The device owns exclusive permission. More...
 
int MV_ACCESS_ExclusiveWithSwitch = 2
 The device can be preemptively accessed under mode 5 and then turned on with exclusive permission. More...
 
int MV_ACCESS_Control = 3
 The device can be turned on with control permission. More...
 
int MV_ACCESS_ControlWithSwitch = 4
 The device can be preemptively accessed under mode 5 and then turned on with control permission. More...
 
int MV_ACCESS_ControlSwitchEnable = 5
 The device can be turned on with preemptible control permission. More...
 
int MV_ACCESS_ControlSwitchEnableWithKey = 6
 The device can be preemptively accessed under mode 5 and then turned on with preemptible control permission. More...
 
int MV_ACCESS_Monitor = 7
 The device can be turned on in read mode. More...
 
Information Type
int MV_MATCH_TYPE_NET_DETECT = 0x00000001
 Network traffic and packet loss. More...
 
int MV_MATCH_TYPE_USB_DETECT = 0x00000002
 Total number of bytes received by host from USB3 vision device. More...
 
GigE Vision IP Configuration
int MV_IP_CFG_STATIC = 0x05000000
 Static IP address. More...
 
int MV_IP_CFG_DHCP = 0x06000000
 DHCP. More...
 
int MV_IP_CFG_LLA = 0x04000000
 LLA. More...
 
GigE Vision Network Transmission Mode
int MV_NET_TRANS_DRIVER = 0x00000001
 Driver. More...
 
int MV_NET_TRANS_SOCKET = 0x00000002
 Socket. More...
 
Camera Link Baud Rate
int MV_CAML_BAUDRATE_9600 = 0x00000001
 
int MV_CAML_BAUDRATE_19200 = 0x00000002
 
int MV_CAML_BAUDRATE_38400 = 0x00000004
 
int MV_CAML_BAUDRATE_57600 = 0x00000008
 
int MV_CAML_BAUDRATE_115200 = 0x00000010
 
int MV_CAML_BAUDRATE_230400 = 0x00000020
 
int MV_CAML_BAUDRATE_460800 = 0x00000040
 
int MV_CAML_BAUDRATE_921600 = 0x00000080
 
int MV_CAML_BAUDRATE_AUTOMAX = 0x40000000
 Maximum value. More...
 
Exception Message Type
int MV_EXCEPTION_DEV_DISCONNECT = 0x00008001
 Device is disconnected. More...
 
int MV_EXCEPTION_VERSION_CHECK = 0x00008002
 SDK version and driver version mismatch. More...
 
Others
int MAX_EVENT_NAME_SIZE = 128
 Maximum length of device event name. More...
 
int MV_MAX_NODE_NUM = 1024
 Maximum number of nodes. More...
 
int MV_MAX_NODE_NAME_LEN = 64
 Maximum length of node name. More...
 
int MV_MAX_NODE_ERROR_NUM = 64
 Maximum number of errors. More...
 
int MV_MAX_XML_SYMBOLIC_NUM = 64
 Maximum number of XML symbols. More...
 
int MV_MAX_ENUM_SYMBOLIC_NUM = 256
 The number of symbols corresponding to the maximum enumeration entries. More...
 
int MV_MAX_SYMBOLIC_LEN = 64
 The length of symbols corresponding to the maximum enumeration entries. More...
 
int MV_MAX_SPLIT_NUM = 8
 The maximum number of images that can be split from the source image in multi-light control mode. More...